home *** CD-ROM | disk | FTP | other *** search
/ The Scorpion King Cardz / The Scorpion King Cardz - Disc 2 - Cassandra.iso / pc / lingo.ini < prev    next >
Encoding:
Text File  |  2002-03-12  |  280 b   |  9 lines

  1. on startup 
  2. set the soundkeepdevice to 0  
  3. -- Added to look for files in the "assets" subdirectory  
  4. global tbsearchpath  
  5. set tbsearchpath=[]  
  6. append(tbsearchpath, the applicationPath & "assets\")  
  7. append(the searchpaths, the applicationPath & "assets")  
  8. end startup 
  9.